home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / ademo.dir / 00296_Script_296 < prev    next >
Text File  |  1995-09-12  |  182b  |  13 lines

  1. on enterframe
  2.   If Rollover(28) then
  3.     HandCursor
  4.   else
  5.     If Rollover(32) then
  6.       HandCursor
  7.     else
  8.       ArrowCursor
  9.     end if
  10.   end if
  11.   DemoRolloverBYL
  12. end
  13.